vcGeometrySet
The base class for any type of geometry set in a component.
See in: Overview
Module: vcGeometry
Parent: vcObject
Children: vcFrameSet, vcLineSet, vcPointSet, vcText2DSet, vcText3DSet, vcTriangleSet
Referenced by: vcCollisionRecord.GeometrySetA, vcCollisionRecord.GeometrySetB, vcGeometryContainer.GeometrySets, vcGeometryContainer.getGeometrySet(), ... (see more)
vcCollisionRecord.GeometrySetA
vcCollisionRecord.GeometrySetB
vcGeometryContainer.GeometrySets
vcGeometryContainer.getGeometrySet()
vcPickedTopologyCurveInfo.GeometrySet
vcRaycastResult.Set
vcVolumeDetector.getHitGeometrySet()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| BoundingBox | vcBoundingBox | R | Gets the bounding box of the geometry set. |
| Container | vcGeometryContainer | R | Gets the geometry container of set. |
| Feature | vcFeature | R | Gets the feature that the set belongs to in the node feature tree. |
| Layer | vcLayer | RW | Gets or sets the layer that the set belongs to in the layout. |
| Material | vcMaterial | RW | Gets or sets the material of the set. If None, the set uses the default material. |
| Name | String | RW | Gets or sets the material of the set. If None, the set uses the default material. |
| ShowBackfaces | Boolean | RW | Gets or sets whether to render faces that are not facing the 3D world camera (i.e. backfaces). |
| Type | vcGeometrySetType | R | Gets the set type. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| delete | None | None | Deletes the geometry set from its container.See moreExceptions: LicenseError: When no license for Modeling API. ValueError: When the geometry set has no parent container. |